Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
15 2 0 0

org.apache.maven.surefire.testng.TestNGReporter

Bug Category Details Line Priority
Dead store to rawString in org.apache.maven.surefire.testng.TestNGReporter.onTestStart(ITestResult) STYLE DLS_DEAD_LOCAL_STORE 79 Medium

org.apache.maven.surefire.testng.conf.TestNGMapConfigurator

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.apache.maven.surefire.testng.conf.TestNGMapConfigurator.convertReporterConfig(Object) STYLE REC_CATCH_EXCEPTION 144 Medium